home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / dosapps / freedos / doc / mem / readme < prev   
Encoding:
Text File  |  2003-03-17  |  1.2 KB  |  33 lines

  1. MEM
  2. ===
  3.  
  4. Displays the amount of used and free memory in your system.
  5.  
  6. NOTES
  7. -----
  8. Displaying memory status:  FreeDOS displays extended memory only if you have
  9. memory installed above the 1MB boundary.  FreeDOS displays expanded memory
  10. only if it conforms to version 4.0 of the Lotus/Intel/Microsoft Expanded
  11. Memory Specification (LIM EMS).
  12.  
  13. Allocating extended memory:  To allocate both Interrupt 15h memory and XMS
  14. memory, use the int15 switch when you load FD(X)XMS.SYS, HIMEM.EXE or HIMEM.SYS.
  15.  
  16. Different types of memory
  17. -------------------------
  18. Total conventional memory is the amount of memory on your computer up to the
  19. first 640K.  Free Conventional Memory is the amount of conventional memory
  20. FreeDOS has for operating your computer, including the memory it needs for
  21. itself.
  22.  
  23. Total EMS memory is the amount of expanded memory on your computer.  Free EMS
  24. memory is the amount of expanded memory available to programs.  If you use
  25. EMM386 to simulate expanded memory, that memory appears in these two values.
  26.  
  27. Available XMS memory is memory managed by an extended-memory manager such as
  28. HIMEM.SYS, and available to programs that can use it.
  29.  
  30. Known bugs
  31. ----------
  32. See the bugs.txt file.
  33.